home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / hfball.zip / HFBALL.DOC next >
Text File  |  1991-11-18  |  4KB  |  86 lines

  1. Happy Fun Ball (TM)
  2. Copyright (C) 1991 by Bert Poston, All Rights Reserved
  3. Poston@Athena.CS.UGA.EDU
  4.  
  5. Happy Fun Ball was written in Turbo Pascal for Windows
  6.  
  7. THE BASICS
  8.      A ball bounces around the window frame, is pulled towards the
  9. bottom by gravity, and is slowed by friction when it comes into contact
  10. with any of the window borders.  It can also be pulled around by clicking
  11. the mouse inside the window border.  The force of the pull increases as the
  12. mouse gets farther from the ball.
  13.  
  14. WHY?
  15.      Bounce was written as part of the process of learning Windows
  16. programming and the TPW language specifically.  It demonstrates
  17. certain basic concepts including the use of menus, icons, dialogue
  18. boxes, timers and the display of graphics.
  19.  
  20.  
  21. THE MENU OPTIONS
  22.      Main
  23.        Reset - Sets all variables back to their defaults
  24.        About... - Displays the About Dialogue box
  25.        Exit - Quits the program
  26.      Ball
  27.        Radius - sub-option set the balls radius.
  28.        Speed - sub-options set the balls speed.
  29.        Color - sub-options set the balls color.
  30.        Leave Trail - Turn the trail feature on and off
  31.      Field
  32.        Pattern - set the background pattern
  33.          Back Diagonal         /
  34.          Cross                 #
  35.          Diagonal Cross        X
  36.          Forward Diagonal      \
  37.          Horizontal            -
  38.          Vertical              |
  39.          Solid                 █
  40.        Color - sub-options set field color.
  41.      Environment
  42.        Gravity - choose between weak, medium, and strong gravity
  43.                  or Reverse gravity
  44.        Friction - choose between weak, medium, and strong friction
  45.        Sound - Turn sound on and off
  46.        Default - sets gravity and friction to weak.
  47.  
  48. THE FUTURE
  49.      The information in this file will eventually be incorporated
  50. into a help system.  Also the various settings will eventually be
  51. manipulatable in a Dialogue box rather than in the menu.  Bitmaps
  52. may eventually be used for the ball, so one could select between
  53. a baseball, basketball, etc. It may even turn into a game one day.
  54.  
  55. REGISTRATION
  56.      If you like Happy Fun Ball, please send $1000.00 to the
  57. following address:
  58.  
  59.       Durbin Development,Inc.
  60.       2351 College Station Rd.
  61.       Suite 482
  62.       Athens, Georgia  30605
  63.       ATTN : Bert Poston
  64.  
  65.  
  66. LEGAL DISCLAIMER
  67.      The author of Happy Fun Ball hereby disclaims any warranties,
  68. express or implied, including the WARRANTY OF MERCHANTABILITY and
  69. the WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.  Happy Fun Ball
  70. should be used at your own risk.  Happy Fun Ball could be hazardous
  71. to your health.  Happy Fun Ball may cause complete motherboard
  72. meltdowns in some systems.  Happy Fun Ball contains some code which
  73. was found carved on a meteorite.  Do not taunt Happy Fun Ball.  If
  74. you experience any of the following symptoms while using Happy Fun Ball
  75. consult a physician immediately:  headaches, drowsiness, abdominal
  76. cramps, social disorientation, carpel tunnel syndrome, eye strain,
  77. neck problems, fever blisters, foot itch, political correctness,
  78. back pains, hyperextension of the elbow, nose rashes, fevers,
  79. sniffling, sneezing, earaches, insomnia or loss of memory.  Warning,
  80. Happy Fun Ball may be part of an alien plot to take over the world.
  81. Do not store disks containing Happy Fun Ball at temperatures exceeding 92
  82. degrees fahrenheit or below 65 degrees fahrenheit.  Happy Fun Ball is your
  83. friend.  Happy Fun Ball has been found to cause cancer in certain
  84. laboratory animals.  After playing with Happy Fun Ball do not
  85. attempt to operate heavy machinery for three hours.
  86.